Home/Database/Introduction to SQL

Introduction to SQL MCQs

73 questionsDatabasePage 3 of 9

Practice free Introduction to SQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 73 questions — no login required.

Question 19easy
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included.
Question 20easy
The benefits of a standard relational language include which of the following?
Question 21easy
Which of the following do you need to consider when you make a table in SQL?
Advertisement
Question 22easy
SQL query and modification commands make up a(n) ________ .
Question 23easy
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
Question 24easy
The Microsoft Access wildcards are ____ and ____ .
Advertisement
Question 25easy
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
Question 26easy
Which one of the following sorts rows in SQL?
Question 27easy
To sort the results of a query use: